home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 31
/
PC Gamer IT CD 31 1-2.iso
/
BURNOUT
/
BURNOUT.EXE
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1998-03-28
|
601b
|
38 lines
@echo off
cls
echo.
echo Burnout: Championship Drag Racing (Demo)
echo.
echo The Demo will be installed in the current directory.
echo.
choice Continue installation?
if errorlevel 2 goto NOINSTALL
pkunzip -d brntdemo.zip
cd snddrv
setsound
cd..
echo.
echo Installation complete!
echo See the README.TXT file for instructions.
echo.
echo To run the demo type:
echo.
echo BURNOUT for the 3Dfx accelerated version (3Dfx hardware required)
echo.
echo or,
echo.
echo BURNOUTS for the software version.
goto END
:NOINSTALL
echo.
echo Installation canceled.
:END